home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 November / Electronic Clipper 1998-11.iso / Idea Source® / ink2.dir / 00080_Script_timer02 < prev    next >
Text File  |  1998-08-26  |  123b  |  7 lines

  1. on exitFrame
  2.   if the timer < 90 then go the frame
  3.   else
  4.     puppetTransition 51, 1
  5.     go frame "0202"
  6.   end if
  7. end